home *** CD-ROM | disk | FTP | other *** search
- #include "colors.inc"
- #include "textures.inc"
- #include "shapes.inc"
- max_trace_level 5
-
- camera {
- location <0 0 -20.0>
- direction <0.0 0.0 1.0>
- up <0.0 1.0 0.0>
- right <1.33333 0.0 0.0>
- look_at <0 0 0>
- }
-
- // Light source
- object { light_source { <5 10 -30> color White }}
-
- /* Texture declarations for object 'VETTE' */
- #declare VETTE_C1 = texture {
- ambient 0.1
- diffuse 0.7
- phong 1.0
- phong_size 70.0
- color red 1.000 green 1.000 blue 1.000
- }
-
- composite { /* All Objects */
- #include "VETTE.inc"
- rotate <-90 180 0>
- translate <0 2 0>
-
- /*
- Scene extents
- X - Min: -9.5700 Max: 7.9200
- Y - Min: -3.4100 Max: 3.3800
- Z - Min: -3.8200 Max: 0.0200
- */
- }
-
-